home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / amincp12.lha / AmigaNCP-1.2 / Docs / History < prev    next >
Text File  |  1995-02-07  |  6KB  |  164 lines

  1. AmigaNCP-FileServer 1.6
  2. -----------------------
  3. - reversed "HideIcons" to be "ShowIcons", hiding .info and .backdrop
  4.   being the new default setting.  
  5.  
  6. AmigaNCP-FileServer 1.7
  7. -----------------------
  8. - fixed to a misunderstanding on RF_OPEN with P_FCREATE / P_FREPLACE:
  9.   The path of the file wasn't created if it didn't exists. This caused
  10.   problems with Backup option of the S3a which relies on this behavior
  11.   and doesn't makedir() it's file's path.
  12.  
  13. AmigaNCP-FileServer 1.8
  14. -----------------------
  15. - changed to use "amigancp.library"
  16. - fixed a bug in write handling where the last two bytes of a full
  17.   sized packet got trashed. Since internal data structures got
  18.   overwritten, this may have caused undefined behaviour or even
  19.   total system crashes.
  20. - now correctly converts filenames from IBM to ISO charset.
  21. - RF_SFSTAT (setting the file flags) didn't convert the name and
  22.   therefore always failed with E_FILE_NXIST. This is the cause of
  23.   error of the "File doesn't exists" requester after copying a file
  24.   from the S3's system screen.
  25.  
  26. AmigaNCP-FileServer 1.9
  27. -----------------------
  28. - the finfo call now correctly converts the filename to ibm charset.
  29.  
  30. AmigaNCP-FileServer 1.10
  31. ------------------------
  32. - updated to use amigancp.library 3.x
  33. - now calls the pool functions embedded in amigancp.library to
  34.   avoid hassle on 2.x systems.
  35.  
  36. ==========================================================================
  37.  
  38.  
  39. AmigaNCP-FileSystem 1.5
  40. -----------------------
  41. - fixed a bug in the file name conversion where the extension was cutted
  42.   at the first dot, not at the last. Both will fail, but this way
  43.   you are protected against side effects like "delete Agenda.Agn.info"
  44.   deleting "Agenda.agn" instead of simple failure.
  45. - fixed a bug in ACTION_DELETE where invalid file names (e.g. containing
  46.   multiple extensions) to confusingly cause ERROR_DIRECTORY_NOT_EMPTY.
  47.   Now returns ERROR_OBJECT_NOT_FOUND.
  48.  
  49. AmigaNCP-FileSystem 1.6
  50. -----------------------
  51. - changed to use "amigancp.library"
  52. - locks now contain a non-zero value in fl_Key. This should fix several
  53.   problems with programs making tricky assumptions about the internal
  54.   lock structure. <sigh>
  55. - now correctly translates non-ascii characters in filenames from
  56.   ISO to IBM charset.
  57. - now attempts to recreate the NCP channel if the remote NCP
  58.   changed (e.g. was killed and started again).
  59. - fixed a race condition when Examine()ing the root dir: the
  60.   filename was actually filled in after the packet was replied.
  61. - fixed a bug which caused random memory trashing if the first
  62.   entry in a directory scan was volume file.
  63. - returned TRUE instead of DOSTRUE thoroughly.
  64. - Examine()/ExNext() now returns the same value in
  65.   fib_DirEntryType and the (undocumented) fib_EntryType,
  66.   as the standard file system does. Should fix several buggy
  67.   directory utilities ;-)
  68. - ACTION_DELETE always returned ERROR_DIRECTORY_NOT_EMPTY on
  69.   an error no matter what really happened.
  70. - now returns ERROR_DEVICE_NOT_MOUNTED if the NCP link fails
  71.   for some reason.
  72. - ACTION_EXAMINE on the root directory now correctly
  73.   returns the volume name.
  74. - Locking "/" (or any combined form) didn't get higher than the
  75.   pseudo subdirectories in NCP:.
  76.  
  77. AmigaNCP-FileSystem 1.7
  78. -----------------------
  79. - ACTION_EXAMINE/ACTION_EXNEXT now correctly convert the
  80.   filename charset from IBM to ISO.
  81.  
  82. AmigaNCP-FileSystem 1.8
  83. -----------------------
  84. - updated to use amigancp.library 3.x
  85. - now calls the pool functions embedded in amigancp.library to
  86.   avoid hassle on 2.x systems.
  87.  
  88. AmigaNCP-FileSystem 1.9
  89. -----------------------
  90. - fixed a bug in initdirlist() which could cause misaligned word
  91.   access if the P_FINFOs returned by the Psion weren't word aligned.
  92.   Caused a 80000003 guru on 68000 machines.
  93.  
  94. ==========================================================================
  95.  
  96.  
  97. ncp.lib 1.1
  98. -----------
  99. - modified constructor to open "amigancp.library"
  100. - fixed error requester to correctly show up the tasks name on
  101.   workbench startup.
  102.  
  103. ncp.lib 1.2
  104. -----------
  105. - updated to open V3 of "amigancp.library"
  106.  
  107.  
  108. ==========================================================================
  109.  
  110.  
  111. AmigaNCP-Monitor 1.3
  112. --------------------
  113. - relinked with ncp.lib 1.1 to use "amigancp.library"
  114.  
  115.  
  116. ==========================================================================
  117.  
  118.  
  119. amigancp.library 2.0 (formerly called "ncp.library")
  120. ----------------------------------------------------
  121. - "ncp.library" is now named "amigancp.library" in order to avoid problems
  122.   with Oxxi's Novell Client software, which uses a similary named
  123.   library.
  124. - fixed several internal problems with reconnecting after the remote
  125.   side powered off without killing the actual NCP connection. This
  126.   always happened when the S3/S3a auto-powered off. Should now
  127.   correctly handle all cases of reconnection including such
  128.   nice operations as removing the link cable, turning off the
  129.   S3 link, reconnecting the cable and then turning back on
  130.   the link process.
  131. - usage of the SERF_7WIRE protocol prevented llmac to "ping"
  132.   the S3 back into life after a power-off because DSR was low.
  133.   Now, if DSR is low, correctly closes the device, reopens it
  134.   without SERF_7WIRE to ping the S3 and then continues
  135.   normal operation.
  136. - partial packets weren't properly discarded after a
  137.   reconnection.
  138. - LLMAC didn't check data block sequence numbers. Now
  139.   data blocks which are not in sequence are silently
  140.   thrown away.
  141.  
  142. amigancp.library 3.0
  143. --------------------
  144. - embedded the AsmXXPool-functions from amiga.lib to secure
  145.   operation with AmigaOS 2.x systems.
  146.  
  147. amigancp.library 3.1
  148. --------------------
  149. - recompiled to use utility.library for 32 bit math.
  150.  
  151. ==========================================================================
  152.  
  153.  
  154. Install-AmigaNCP 0.4
  155. --------------------
  156. - changed all references to "ncp.library" to "amigancp.library"
  157.  
  158.  
  159. ==========================================================================
  160.  
  161. S3PrintServer 1.1
  162. -----------------
  163. - fixed parsing of NCP.config
  164.